home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Mania 2
/
MacMania 2.toast
/
Demo's
/
Tools&Utilities
/
Netwerk⁄Telecom
/
Anarchie 1.2.0
/
Example Scripts
/
Find Clipboard
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-10
|
268 b
|
8 lines
|
[
TEXT/ToyS
]
set theSearchItem to the clipboard
tell application "Anarchie"
set theResult to find theSearchItem server "archie.rutgers.edu" matches 100 with window
if theResult is "" then
find theSearchItem server "archie.internic.net" matches 100 with window
end if
end tell